﻿@charset "utf-8";
.index-news {
	margin-top: 10px;
}
.public-index-6-main{
	width: 1200px;
	margin: 0 auto;
    position: relative;
    z-index: 10;
    padding-bottom: 10px;
}
.public-index-6-main .pi6m-item {
	width: 341px;
	min-height: 427px;
	margin-left: 13px;
	padding: 0 20px;
	background: #FFF;
	border: 1px solid #f0f0f0;
}
.public-index-6-main .pi6m-item:first-child {
	margin-left: 0;
}
.pi6mi-head {
	padding: 15px 0;
	position: relative;
	overflow: hidden;
}
.pi6mi-head::before {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e7e7e7;
}
.pi6mi-head::after {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 1px;
	background: #6ac5fe;
	-webkit-transtion: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pi6mi-head .pi6mich-tit, .pi6mi-head .pi6mich-tit span {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.pi6mi-head .pi6mich-tit {
	float: left;
}
.pi6mi-head .pi6mich-tit span {
	display: block;
	font-size: 20px;
	-webkit-transtion: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pi6mi-head .pi6mich-more {
	float: right;
}
.pi6mi-head .pi6mich-more a {
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid #cfcfcf;
}
.pi6mi-head .pi6mich-more a img {
	width: 28px;
	height: 28px;
	-webkit-transtion: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pi6mi-head .pi6mich-more:hover a img {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}
.public-index-6-main .pi6m-item:hover .pi6mi-head .pi6mich-tit span:first-child, .pi6mi-head:hover .pi6mich-tit span:first-child {
	margin-top: -30px;
}
.public-index-6-main .pi6m-item:hover .pi6mi-head::after, .pi6mi-head:hover::after {
	width: 80px;
}
.pi6mi-head.pi6mi-head-nobordered::before {
	display: none;
}
.pi6mi-head.pi6mi-head-nobordered::after {
	display: none;
}
/* End 鍏叡璁剧疆 */
/* 宸﹁竟 */
.pi6mi-left-content {
	padding: 0 0 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #e7e7e7;
}
.pi6mi-left-content .pi6milc-thumb {
	width: 100%;
	overflow: hidden;
	display: block;
}
.pi6mi-left-content .pi6milc-thumb img {
	width: 100%;
}
.pi6mi-left-content .pi6milc-tit {
	display: block;
	font-size: 14px;
	color: #6ac5fe;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 10px;
}
.pi6mi-left-content .pi6milc-info {
	display: block;
	font-size: 12px;
	color: #a0a0a0;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	margin: 5px 0;
}
.pi6mi-left-content .pi6milc-date {
	font-size: 12px;
	color: #6ac5fe;
}
.pi6mi-left-content .pi6milc-info:hover {
	color: #6ac5fe;
}
.pi6mi-left-footer li {
	overflow: hidden;
	margin-top: 10px;
}
.pi6mi-left-footer li:first-child {
	margin-top: 0;
}
.pi6mi-left-footer li a, .pi6mi-left-footer li span {
	display: block;
	float: left;
	overflow: hidden;
}
.pi6mi-left-footer li a {
	font-size: 14px;
	color: #000;
	max-width: 70%;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pi6mi-left-footer li a:hover {
	color: #6ac5fe;
}
.pi6mi-left-footer li span {
	color: #828280;
	font-size: 12px;
	max-width: 27%;
	margin-left: 3%;
	text-align: right;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/* End 宸﹁竟 */
/* 涓棿 */
.pi6mi-center-list {
	margin-top: 10px;
}
.pi6mi-center-list li {
	padding: 14px 0;
	overflow: hidden;
	border-bottom: solid 1px #e7e7e7;
	position: relative;
	z-index: 1;
}
.pi6mi-center-list li::after {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #6ac5fe;
	-webkit-transtion: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.pi6mi-center-list .pi6micl-tit {
	color: #333;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
}
.pi6mi-center-list .pi6micl-tit:hover {
	color: #6ac5fe;
}
.pi6mi-center-list .pi6micl-date {
	display: block;
	color: #666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
}
.pi6mi-center-list li:hover::after {
	width: 100%;
}
.pi6mi-center-table-head {
	background: #f4f4f4;
	font-size: 14px;
	width: 100%;
	margin-top: 20px;
}
.pi6mi-center-table-head li, .pi6mi-center-table-body li {
	float: left;
}
.pi6mi-center-table-body li {
	border-bottom: solid 1px #e7e7e7;
}
.pi6mi-center-table-body li a:hover {
	color: #6ac5fe;
}
.pi6mit-itemt {
	font-size: 14px;
	padding: 13px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.pi6mit-itemt a{
	color: #333;
}
.pi6mit-itemt-1 {
	width: 50%;
	padding: 13px 12px;
}
.pi6mit-itemt-2 {
	width: 20%;
	text-align: center;
}
.pi6mit-itemt-3 {
	width: 30%;
	text-align: center;
}
/* End 涓棿 */
/* 鍙宠竟 */
.pi6mi-right-list {
	margin-top: 10px;
}
.pi6mi-right-list li {
	overflow: hidden;
	padding: 19px 0;
	border-bottom: solid 1px #e7e7e7;
	position: relative;
	z-index: 1px;
}
.pi6mi-right-list li::after {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #6ac5fe;
	-webkit-transtion: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.pi6mi-right-list .pi6mirl-thumb {
	display: block;
	width: 120px;
	height: 75px;
	overflow: hidden;
	float: left;
}
.pi6mi-right-list .pi6mirl-thumb img {
	width: 120px;
	height: 75px;
}
.pi6mi-right-list .pi6mirl-content {
	float: right;
	width: 215px;
	overflow: hidden;
}
.pi6mi-right-list .pi6mirlc-tit {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 12px;
}
.pi6mi-right-list .pi6mirlc-info {
	display: block;
	overflow: hidden;
	color: #a0a0a0;
	font-size: 12px;
	height: 48px;
	line-height: 24px;
	margin-top: 10px;
}
.pi6mi-right-list .pi6mirlc-tit:hover, .pi6mi-right-list .pi6mirlc-info:hover {
	color: #6ac5fe;
}
.pi6mi-right-list li:hover::after {
	width: 100%;
}

/* End 鍙宠竟 */

@media only screen and (min-width: 320px) and (max-width:767px) {
	.w1200 {
    width: 100%;
    padding-left: 0.18rem !important;
    padding-right: 0.18rem !important;
}
	.public-index-6-main .pi6m-item {
		width: 49%;
	}
	.pi6mi-left-content{
		padding-top: 0;
	}
	.pi6mi-left-content .pi6milc-thumb{
		height: 138px;
	}
	.public-index-6-main .pi6m-item.pi6m-item-last {
		width: 100%;
		margin-left: 0;
		margin-top: 2%;
	}
	.public-index-6-main .pi6m-item {
		width: 100%;
		margin-left: 0;
		padding: 0 10px;
	}
}